Remove accidental debugging print
authorAlex Crichton <alex@alexcrichton.com>
Mon, 14 Jul 2014 20:00:14 +0000 (13:00 -0700)
committerAlex Crichton <alex@alexcrichton.com>
Mon, 14 Jul 2014 20:00:14 +0000 (13:00 -0700)
src/bin/cargo.rs

index 5b1d86bac91b7e1a6299af69093736e2cc9198c7..e0590fd4f7b09170772b66c5fc550cc64f631352 100644 (file)
@@ -65,7 +65,6 @@ fn execute() {
                 Some(path) => {
                     let p1 = path.join("../lib/cargo").join(command.as_slice());
                     let p2 = path.join(command.as_slice());
-                    println!("{} {}", p1.display(), p2.display());
                     if p1.exists() {
                         Command::new(p1)
                     } else if p2.exists() {